type go.uber.org/zap/zapcore.hooked
9 uses
go.uber.org/zap/zapcore (current package)
hook.go#L25: type hooked struct {
hook.go#L31: _ Core = (*hooked)(nil)
hook.go#L32: _ leveledEnabler = (*hooked)(nil)
hook.go#L42: return &hooked{
hook.go#L48: func (h *hooked) Level() Level {
hook.go#L52: func (h *hooked) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
hook.go#L62: func (h *hooked) With(fields []Field) Core {
hook.go#L63: return &hooked{
hook.go#L69: func (h *hooked) Write(ent Entry, _ []Field) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |